home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
Libraries
/
DCLAP 4j
/
DClap
/
Dversion.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-12-17
|
267 b
|
17 lines
|
[
TEXT/R*ch
]
/* Dversion.c */
#include <ncbi.h>
#include <Dversion.h>
const short kDCLAPVersion = 4;
const char* kDCLAPVersionString =
#ifdef WIN_MAC
"0.4j, Aug 95 (mac)";
#endif
#ifdef WIN_MSWIN
"0.4j, Aug 95 (mswin)";
#endif
#ifdef WIN_MOTIF
"0.4j, Aug 95 (xwin)";
#endif